Skip to content

fix: cannot override emailer() function#1174

Merged
kenjis merged 1 commit intocodeigniter4:developfrom
fch4um0n7:fix--defined()-use-for-function
Aug 20, 2024
Merged

fix: cannot override emailer() function#1174
kenjis merged 1 commit intocodeigniter4:developfrom
fch4um0n7:fix--defined()-use-for-function

Conversation

@fch4um0n7
Copy link
Copy Markdown

Description
Fixes #1173

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@datamweb datamweb added the GPG-Signing needed Pull requests that need GPG-Signing label Aug 19, 2024
@datamweb datamweb changed the title replaced defined() by function_exists() fix: replaced defined() by function_exists() Aug 19, 2024
@datamweb
Copy link
Copy Markdown
Collaborator

@datamweb datamweb added the bug Something isn't working label Aug 19, 2024
@fch4um0n7
Copy link
Copy Markdown
Author

Please sign all your commits.

See: #672 (comment)

More Info: https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md#signing

Sorry about that. It should be signed now

@datamweb
Copy link
Copy Markdown
Collaborator

It should be signed now

No, see:
#672 (comment)

@datamweb datamweb removed the GPG-Signing needed Pull requests that need GPG-Signing label Aug 19, 2024
@fch4um0n7
Copy link
Copy Markdown
Author

It should be signed now

No, see: #672 (comment)

Sorry, first time signing commits. Hopefully it is signed now

Copy link
Copy Markdown
Collaborator

@datamweb datamweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, first time signing commits. Hopefully it is signed now

No problem at all! Signing commits for the first time can be a bit tricky. Your commit are now signed, you’re all set!
And thanks again for your contribution—it's much appreciated!

LGTM!

@fch4um0n7
Copy link
Copy Markdown
Author

Sorry, first time signing commits. Hopefully it is signed now

No problem at all! Signing commits for the first time can be a bit tricky. Your commit are now signed, you’re all set! And thanks again for your contribution—it's much appreciated!

LGTM!

Awesome! Keep up the good work. Thank you

@fch4um0n7 fch4um0n7 closed this Aug 19, 2024
@datamweb datamweb reopened this Aug 19, 2024
@datamweb
Copy link
Copy Markdown
Collaborator

@FrancoisChaumont Please do not close PR. Wait for your code to be reviewed and merged by other team members.

@fch4um0n7
Copy link
Copy Markdown
Author

@FrancoisChaumont Please do not close PR. Wait for your code to be reviewed and merged by other team members.

Apologies. Ok

@kenjis kenjis changed the title fix: replaced defined() by function_exists() fix: cannot override emailer() function Aug 20, 2024
@kenjis kenjis merged commit 136e0c5 into codeigniter4:develop Aug 20, 2024
@kenjis
Copy link
Copy Markdown
Member

kenjis commented Aug 20, 2024

@FrancoisChaumont Thank you!

@michalsn michalsn mentioned this pull request Jul 14, 2025
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: defined() used for function

3 participants